home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / gpdial / scripts / startup.gpdscript < prev   
Encoding:
Text File  |  1996-01-07  |  304 b   |  18 lines

  1. ; This is the initialisation script. It is only run when GPDial is
  2. ; started.
  3. ;
  4.     hide
  5.     send "$GPD_INIT"
  6.     wait "OK" 5 ERROR
  7.     end
  8. ;
  9. ; If the modem failed to initialise then print an error message
  10. ; and quit
  11. ;
  12. lab ERROR:
  13.     printerror "Error initialising modem\nCheck it is turned on"
  14.     quit
  15. ;
  16. ; End of file
  17. ;
  18.